[INFO] fetching crate ube 0.0.1...
[INFO] testing ube-0.0.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ube 0.0.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate ube 0.0.1
[INFO] finished tweaking crates.io crate ube 0.0.1
[INFO] tweaked toml for crates.io crate ube 0.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ube 0.0.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ube 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 971e07c0fe5141b962cebaad5e929f2c005fbd3f39d38a12c0bced60e6bc88ca
[INFO] running `Command { std: "docker" "start" "-a" "971e07c0fe5141b962cebaad5e929f2c005fbd3f39d38a12c0bced60e6bc88ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "971e07c0fe5141b962cebaad5e929f2c005fbd3f39d38a12c0bced60e6bc88ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "971e07c0fe5141b962cebaad5e929f2c005fbd3f39d38a12c0bced60e6bc88ca", kill_on_drop: false }`
[INFO] [stdout] 971e07c0fe5141b962cebaad5e929f2c005fbd3f39d38a12c0bced60e6bc88ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94f75273870c1487af1a354069b2c646b3f133b661ed9ef8ac1132f912991a2c
[INFO] running `Command { std: "docker" "start" "-a" "94f75273870c1487af1a354069b2c646b3f133b661ed9ef8ac1132f912991a2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling ube v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spatial/grid.rs:277:17
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<'_, T> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
[INFO] running `Command { std: "docker" "inspect" "94f75273870c1487af1a354069b2c646b3f133b661ed9ef8ac1132f912991a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94f75273870c1487af1a354069b2c646b3f133b661ed9ef8ac1132f912991a2c", kill_on_drop: false }`
[INFO] [stdout] 94f75273870c1487af1a354069b2c646b3f133b661ed9ef8ac1132f912991a2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1a504d09deaeb8d6cd919dabe5be34bcf204eda59d0bf049d4e2858b8b546fc
[INFO] running `Command { std: "docker" "start" "-a" "a1a504d09deaeb8d6cd919dabe5be34bcf204eda59d0bf049d4e2858b8b546fc", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spatial/grid.rs:277:17
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<'_, T> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ube v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spatial/grid.rs:277:17
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn iter(&self) -> Cells<'_, T> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] running `Command { std: "docker" "inspect" "a1a504d09deaeb8d6cd919dabe5be34bcf204eda59d0bf049d4e2858b8b546fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1a504d09deaeb8d6cd919dabe5be34bcf204eda59d0bf049d4e2858b8b546fc", kill_on_drop: false }`
[INFO] [stdout] a1a504d09deaeb8d6cd919dabe5be34bcf204eda59d0bf049d4e2858b8b546fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6868621487b184268c8d6dbf3e3b7ab0fff63deadc8b583824777b98a4f7eea9
[INFO] running `Command { std: "docker" "start" "-a" "6868621487b184268c8d6dbf3e3b7ab0fff63deadc8b583824777b98a4f7eea9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/spatial/grid.rs:277:17
[INFO] [stdout] running 43 tests
[INFO] [stderr]     |
[INFO] [stdout] test spatial::direction::tests::direction4_to_point ... ok
[INFO] [stderr] 277 |     pub fn iter(&self) -> Cells<T> {
[INFO] [stdout] test spatial::direction::tests::direction8_to_point ... ok
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test spatial::direction::tests::iterate_direction8 ... ok
[INFO] [stderr]     |                 |
[INFO] [stdout] test spatial::direction::tests::parse_direction ... ok
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stdout] test spatial::direction::tests::parse_direction8 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test spatial::direction::tests::format_direction4 ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test spatial::point2::tests::convert_from_2_tuple ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test spatial::point2::tests::default_point_is_zeroed ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test spatial::point2::tests::div ... ok
[INFO] [stderr]     |
[INFO] [stdout] test spatial::point2::tests::iter_rows_inclusive_param_order_doesnt_matter ... ok
[INFO] [stderr] 277 |     pub fn iter(&self) -> Cells<'_, T> {
[INFO] [stdout] test spatial::point2::tests::iter_rows_inclusive_region ... ok
[INFO] [stderr]     |                                 +++
[INFO] [stdout] test spatial::point2::tests::new_constructor ... ok
[INFO] [stderr] 
[INFO] [stdout] test spatial::point2::tests::get_xy ... ok
[INFO] [stderr] warning: `ube` (lib) generated 1 warning (run `cargo fix --lib -p ube` to apply 1 suggestion)
[INFO] [stdout] test spatial::direction::tests::parse_direction8_unrecogonized ... ok
[INFO] [stderr] warning: `ube` (lib test) generated 1 warning (1 duplicate)
[INFO] [stdout] test spatial::direction::tests::parse_direction_insensitive ... ok
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] test spatial::direction::tests::parse_direction_unrecogonized ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ube-bc57756f1603b8ea)
[INFO] [stdout] test spatial::point2::tests::add ... ok
[INFO] [stdout] test spatial::point2::tests::can_format_points ... ok
[INFO] [stdout] test spatial::point2::tests::compare_points ... ok
[INFO] [stdout] test spatial::point2::tests::component_index ... ok
[INFO] [stdout] test spatial::point2::tests::parse_points ... ok
[INFO] [stdout] test spatial::direction::tests::iterate_direction4 ... ok
[INFO] [stdout] test spatial::point2::tests::point2_supports_send_and_sync ... ok
[INFO] [stdout] test spatial::point2::tests::point_unit_x ... ok
[INFO] [stdout] test spatial::point2::tests::negate ... ok
[INFO] [stdout] test spatial::point2::tests::zero_point ... ok
[INFO] [stdout] test spatial::point2::tests::sub ... ok
[INFO] [stdout] test utils::tests::test_combinations ... ok
[INFO] [stdout] test spatial::point2::tests::one_point ... ok
[INFO] [stdout] test spatial::direction::tests::format_direction8 ... ok
[INFO] [stdout] test spatial::point2::tests::mul ... ok
[INFO] [stdout] test utils::tests::test_combinations_single ... ok
[INFO] [stdout] test spatial::point2::tests::point2_max ... ok
[INFO] [stdout] test spatial::direction::tests::parse_direction8_insensitive ... ok
[INFO] [stdout] test spatial::point2::tests::set_components_via_index ... ok
[INFO] [stdout] test spatial::point2::tests::point_equality ... ok
[INFO] [stdout] test spatial::point2::tests::point2_min ... ok
[INFO] [stdout] test spatial::point2::tests::point_unit_y ... ok
[INFO] [stdout] test utils::tests::test_combinations_double ... ok
[INFO] [stdout] test utils::tests::test_combinations_empty ... ok
[INFO] [stdout] test utils::tests::find_ints_in_string ... ok
[INFO] [stdout] test spatial::point2::tests::point2_abs ... ok
[INFO] [stderr]    Doc-tests ube
[INFO] [stdout] test spatial::point2::tests::convert_into_2_tuple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid<T>::y_count (line 198) ... ok
[INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction4::all (line 46) ... ok
[INFO] [stdout] test src/utils.rs - utils::find_ints (line 33) ... ok
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid<T>::x_count (line 185) ... ok
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid<T>::with_values (line 144) ... ok
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid (line 42) ... ok
[INFO] [stdout] test src/utils.rs - utils::find_digits (line 14) ... ok
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid<T>::parse_str (line 110) ... ok
[INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid<T>::find (line 332) ... ok
[INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction4::rotated_90_cw (line 29) ... ok
[INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction8::all (line 153) ... ok
[INFO] [stdout] test src/utils.rs - utils::pairwise_combinations (line 51) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6868621487b184268c8d6dbf3e3b7ab0fff63deadc8b583824777b98a4f7eea9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6868621487b184268c8d6dbf3e3b7ab0fff63deadc8b583824777b98a4f7eea9", kill_on_drop: false }`
[INFO] [stdout] 6868621487b184268c8d6dbf3e3b7ab0fff63deadc8b583824777b98a4f7eea9
